home *** CD-ROM | disk | FTP | other *** search
- count = "1";
- fish = "1";
- while(count < softNUM)
- {
- set("field" add count,eval("soft" add count));
- set("field" add count add "link",eval("soft" add count add "link"));
- set("field" add count add "desc",eval("soft" add count add "desc"));
- count += "1";
- }
- count = "1";
- fish = "1";
-